|
Oracle® Rules Palette Release 9.1.0.0.0 E15811-01 |
OBJECTFIELD provides a method for retrieving values stored in the table which you created an Object Loop for.
|
TYPE=OBJECTFIELD |
||||
|
Element |
Attributes |
Attribute Value |
Element Value |
Definition |
|
<MathVariable> |
TYPE |
OBJECTFIELD |
The name of the field you want to retrieve the value from |
|
|
OBJECTNAME |
Name of the object on which the loop will occur. |
|
This will be the same OBJECTNAME listed in the associated TYPE=ObjectLoop line of configuration. | |
|
SOURCEOBJECT |
The name of MathVariable which is TYPE=OBJECT. |
|
| |
<MathVariable
VARIABLENAME="EachClientGUID" TYPE="OBJECTFIELD" OBJECTNAME="Client"
SOURCEOBJECT=”r;IndividualClient">NameofField</MathVariable>